ci: bump actions/checkout from 5 to 6 (#316)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 21 Nov 2025 18:15:17 +0000 (13:15 -0500)
committerGitHub <noreply@github.com>
Fri, 21 Nov 2025 18:15:17 +0000 (13:15 -0500)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/cmake.yml
.github/workflows/make.yml

index 5c205bbaf383fa21297b23e099d731b9a8587d03..51210ea806555fc279b839a60f06ac1690502450 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     name: ${{ matrix.os }} - shared=${{ matrix.shared }}
     steps:
-    - uses: actions/checkout@v5
+    - uses: actions/checkout@v6
     - name: Build
       run: |
         mkdir build
@@ -60,7 +60,7 @@ jobs:
       run:
         shell: msys2 {0}
     steps:
-    - uses: actions/checkout@v5
+    - uses: actions/checkout@v6
     - uses: msys2/setup-msys2@v2
       with:
         install: gcc make mingw-w64-x86_64-cmake
index 88c99a07a80462e49f40a50a9cc72882d233cc31..4f4e6aa2581cae1d65bb2cfb10d768be0468c34f 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     name: ${{ matrix.os }}
     steps:
-    - uses: actions/checkout@v5
+    - uses: actions/checkout@v6
     # TODO: update makefile to check MANIFEST
     - name: Install dependencies (MacOS)
       if: runner.os == 'macOS'